changeset 663 | 65132f8a8692 |
parent 662 | fc1755126f24 |
child 668 | a5c80bd9549e |
662:fc1755126f24 | 663:65132f8a8692 |
---|---|
1117 *i2 = '\0'; |
1117 *i2 = '\0'; |
1118 |
1118 |
1119 if (append) |
1119 if (append) |
1120 { |
1120 { |
1121 strcat(str, dirsep); |
1121 strcat(str, dirsep); |
1122 strcpy(str, append); |
1122 strcat(str, append); |
1123 } /* if */ |
1123 } /* if */ |
1124 |
1124 |
1125 return(str); |
1125 return(str); |
1126 } /* __PHYSFS_convertToDependent */ |
1126 } /* __PHYSFS_convertToDependent */ |
1127 |
1127 |