CVS commit by ossi: 

initialize mvars->t[1] to 1. helps enormously ... :} 


  M +1 -0      main.c   1.63


--- isync/src/main.c  #1.62:1.63
@@ -231,4 +231,5 @@ main( int argc, char **argv )
 
        memset( mvars, 0, sizeof(*mvars) );
+       mvars->t[1] = 1;
 
        for (mvars->oind = 1, ochar = 0; mvars->oind < argc; ) {



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to