about summary refs log tree commit diff
path: root/urt
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-09-28 19:14:30 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-09-28 19:14:30 +0000
commit425de37d2f9cde3b624819d5cb326e11afaf355e (patch)
treea2a49abd32eba5c4f27a77b9ea42389c5008c709 /urt
parent11fd0bc3fdbe7b5eb9266a728a81d0bcac91fe32 (diff)
downloadnetpbm-mirror-425de37d2f9cde3b624819d5cb326e11afaf355e.tar.gz
netpbm-mirror-425de37d2f9cde3b624819d5cb326e11afaf355e.tar.xz
netpbm-mirror-425de37d2f9cde3b624819d5cb326e11afaf355e.zip
Release 10.73.29
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@3687 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'urt')
-rw-r--r--urt/rle_error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/urt/rle_error.c b/urt/rle_error.c
index da314f0b..702c6e2d 100644
--- a/urt/rle_error.c
+++ b/urt/rle_error.c
@@ -46,7 +46,7 @@ int
 rle_alloc_error( pgm, name )
 CONST_DECL char *pgm, *name;
 {
-    if ( name )
+    if ( !name )
 	fprintf( stderr, "%s: memory allocation failed.\n", pgm );
     else
 	fprintf( stderr, "%s: memory allocation failed (no space for %s).\n",