1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 20:10:29 +01:00

WRaster: Made a few messages translatable

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2021-05-17 16:32:14 +02:00
committed by Carlos R. Mafra
parent 70f89fd9c5
commit e5f7ef23a6
5 changed files with 18 additions and 18 deletions

View File

@@ -127,7 +127,7 @@ static void init_cache(void)
if (RImageCacheSize > 0) {
RImageCache = malloc(sizeof(RCachedImage) * RImageCacheSize);
if (RImageCache == NULL) {
printf("wrlib: out of memory for image cache\n");
fprintf(stderr, _("wrlib: out of memory for image cache\n"));
return;
}
memset(RImageCache, 0, sizeof(RCachedImage) * RImageCacheSize);