Changeset 3273 for trunk/src/kmk/job.c


Ignore:
Timestamp:
Jan 4, 2019, 1:48:51 AM (7 years ago)
Author:
bird
Message:

kmk: OS/2 build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/job.c

    r3234 r3273  
    33643364# ifdef __EMX__ /* is this necessary? */
    33653365    if (!unixy_shell && shellflags)
    3366       shellflags[0] = '/'; /* "/c" */
     3366      ((char *)shellflags)[0] = '/'; /* "/c" */
    33673367# endif
    33683368
Note: See TracChangeset for help on using the changeset viewer.