Changeset 694


Ignore:
Timestamp:
Sep 11, 2003, 11:47:11 AM (22 years ago)
Author:
bird
Message:

Fixed warning about name not being last.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/process/spawnlpe.c

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r693 r694  
    1212  int result;
    1313
    14   va_start (arg_ptr, name);
     14  va_start (arg_ptr, arg0);
    1515  while (va_arg (arg_ptr, char *) != NULL)
    1616    /* do nothing */;
Note: See TracChangeset for help on using the changeset viewer.