CVS commit by ossi: 

declaring ex[M] instead of ex[2] is, indeed, no good. long live watchpoints.


  M +1 -1      sync.c   1.58


--- isync/src/sync.c  #1.57:1.58
@@ -185,5 +185,5 @@ sync_boxes( store_t *ctx[], const char *
        FILE *dfp, *jfp, *nfp;
        int opts[2];
-       int nom, nos, del[2], ex[M];
+       int nom, nos, del[2], ex[2];
        int muidval, suidval, smaxxuid, maxuid[2], minwuid, maxwuid;
        int t1, t2, t3, t;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to