Changeset 1653:b03c630421f1 in roaraudio


Ignore:
Timestamp:
05/07/09 18:22:01 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

do a better casting on exec()s

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/lib.c

    r1500 r1653  
    8383 // OK, now we should have set up all our fh properbly, exec our command: 
    8484 
    85  execl("/bin/sh", "sh", "-c", cmd, NULL); 
     85 execl("/bin/sh", "sh", "-c", cmd, (char*)NULL); 
    8686 
    8787 // still alive? BAD! 
Note: See TracChangeset for help on using the changeset viewer.