Changeset 453
- Timestamp:
- 08/26/09 23:39:06 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpcenc/mpcenc.c
r452 r453 841 841 // if no Output-File is stated, set OutFile to InFile.mpc 842 842 if ( *OutputFile == NULL ) { 843 char * ext = rindex(*InputFile, '.'); // search for extension delimiter843 char * ext = strrchr(*InputFile, '.'); // search for extension delimiter 844 844 strcpy ( *OutputFile = output, *InputFile ); 845 845 len = strlen ( output );
Note: See TracChangeset
for help on using the changeset viewer.