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:
committed by
Carlos R. Mafra
parent
70f89fd9c5
commit
e5f7ef23a6
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user