From 44a23d1af096ce95bc0d83344e7a2dee669fde5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Thu, 25 May 2017 10:12:30 +0200 Subject: [PATCH] Version 16.223.1 --- swad_changelog.h | 3 ++- swad_image.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 1709d50a9..23f1809ea 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -233,13 +233,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.223 (2017-05-24)" +#define Log_PLATFORM_VERSION "SWAD 16.223.1 (2017-05-25)" #define CSS_FILE "swad16.222.css" #define JS_FILE "swad16.206.3.js" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1 /* + Version 16.223.1: May 25, 2017 Alerts closable or not depending on their type. (220400 lines) Version 16.223: May 24, 2017 Changes in lists of users related with new role. (220384 lines) Version 16.222.2: May 24, 2017 Fixed bug in course records related with new role. (220369 lines) Version 16.222.1: May 23, 2017 Fixed bugs in records and forums related with new role. (220359 lines) diff --git a/swad_image.c b/swad_image.c index e80c2122b..c95eb8acd 100644 --- a/swad_image.c +++ b/swad_image.c @@ -490,7 +490,7 @@ static void Img_ProcessImage (struct Image *Image, if (ReturnCode != 0) { sprintf (Gbl.Alert.Txt,"Image could not be processed successfully.
" - "Error code returned by the program of processing: %d", + "Error code returned by the program of processing: %d", ReturnCode); Lay_ShowErrorAndExit (Gbl.Alert.Txt); }