From 51d7603de88f9fd1cd629f78185bca09a3533b97 Mon Sep 17 00:00:00 2001 From: Luc Verhaegen Date: Tue, 16 Jun 2009 14:18:36 +0200 Subject: Apply patch from debians 0.33-2 version. --- phnxdeco-0.33.orig/src/phnxhelp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phnxdeco-0.33.orig/src/phnxhelp.h b/phnxdeco-0.33.orig/src/phnxhelp.h index 58ea8cb..edc2cdd 100644 --- a/phnxdeco-0.33.orig/src/phnxhelp.h +++ b/phnxdeco-0.33.orig/src/phnxhelp.h @@ -48,7 +48,7 @@ byte HelpSystem(byte argc, byte *argv[]) if( StrCmp(argv[x], "-xs" ) == 0 ) retcode = 0x20; if( StrCmp(argv[x], "-ls" ) == 0 ) retcode = 0x21; - if( StrCmp(argv[x], "-x " ) == 0 ) retcode = 0x10; + if( StrCmp(argv[x], "-x" ) == 0 ) retcode = 0x10; if( StrCmp(argv[x], "-l" ) == 0 ) retcode = 0x11; if( StrCmp(argv[x], "-c" ) == 0 ) retcode += 0x40; } -- cgit v1.2.3