Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv13804

Modified Files:
      Tag: v1-0
        ztcfg.c 
Log Message:
ensure that getopt return value is handled properly on platforms with 'unsigned 
char' as the default (bug #4051)


Index: ztcfg.c
===================================================================
RCS file: /usr/cvsroot/zaptel/ztcfg.c,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -u -d -r1.16.2.1 -r1.16.2.2
--- ztcfg.c     5 Apr 2005 05:49:33 -0000       1.16.2.1
+++ ztcfg.c     12 May 2005 02:36:11 -0000      1.16.2.2
@@ -676,7 +676,7 @@
 
 int main(int argc, char *argv[])
 {
-       char c;
+       int c;
        char *buf;
        char *key, *value;
        int x,found;

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to