Changeset 1175 in vbox for trunk/src/VBox/Runtime/string
- Timestamp:
- Mar 4, 2007 12:02:09 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19091
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/string/strchr_alias.c
r1174 r1175 35 35 extern char *(strchr)(const char *psz, int ch) 36 36 { 37 return RT_NOCRT(strchr)(p v, ch);37 return RT_NOCRT(strchr)(psz, ch); 38 38 } 39 39
Note:
See TracChangeset
for help on using the changeset viewer.