(file) Return to Options.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Options.c between version 1.2 and 1.3

version 1.2, 2007/05/25 18:35:07 version 1.3, 2007/06/29 17:49:06
Line 63 
Line 63 
         {         {
             if (remove)             if (remove)
             {             {
                 memmove(&argv[i], &argv[i + 1], (argc-i) * sizeof(char*));                  memmove(&argv[i], &argv[i + 1], (argc-i-1) * sizeof(char*));
                 argc--;                 argc--;
             }             }
  


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2