Changeset 5364:0de291943ccf in roaraudio for libroar/vio_cmd.c


Ignore:
Timestamp:
12/19/11 18:23:16 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

marked good casts and added const keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_cmd.c

    r5357 r5364  
    181181     _exit(1); 
    182182 
    183     execlp("/bin/sh", "/bin/sh", "-c", child->cmd, (char*)NULL); 
     183    execlp("/bin/sh", "/bin/sh", "-c", child->cmd, (_LIBROAR_GOOD_CAST char*)NULL); 
    184184 
    185185    _exit(1); 
Note: See TracChangeset for help on using the changeset viewer.