diff options
author | Luc Verhaegen <libv@skynet.be> | 2009-06-16 14:18:36 +0200 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2009-06-17 14:47:04 +0200 |
commit | 51d7603de88f9fd1cd629f78185bca09a3533b97 (patch) | |
tree | 8b1fa16f8c19e980ab00735bc6bffa002130ea83 | |
parent | 61aaecb91a7b0dc4a59b409ccb431582bf4088c9 (diff) |
Apply patch from debians 0.33-2 version.
-rw-r--r-- | phnxdeco-0.33.orig/src/phnxhelp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |