Changeset bdeabc365a1ea8d6f95f8a57f1889922c2994e82 for src/config
- Timestamp:
- 07/02/08 21:16:14 (2 months ago)
- git-parent:
- Files:
-
- src/config/dirs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/config/dirs.c
rd666030 rbdeabc3 81 81 if( *path == '\0' ) 82 82 { 83 snprintf( path, sizeof( path ), "%s /share", /* FIXME: Duh? */83 snprintf( path, sizeof( path ), "%s"DIR_SEP"share", /* FIXME: Duh? */ 84 84 vlc_global()->psz_vlcpath ); 85 85 path[sizeof( path ) - 1] = '\0';
