]> git.sesse.net Git - vlc/blobdiff - src/extras/dirent.c
* ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
[vlc] / src / extras / dirent.c
index 0ef479604d2a184a1c541f612266ad502bb962e4..7150101b97bb45dd664eebe2f2b99423b47b858a 100644 (file)
@@ -9,9 +9,9 @@
  * Significantly revised and rewinddir, seekdir and telldir added by Colin
  * Peters <colin@fu.is.saga-u.ac.jp>
  *     
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
  * $Author: sam $
- * $Date: 2002/11/10 23:41:53 $
+ * $Date: 2002/11/11 14:39:12 $
  *
  */
 
@@ -94,7 +94,7 @@ opendir (const CHAR *szPath)
     }
   else
     {
-      /* FIXME: if I wasn't lazy, I'dcheck for overflows here. */
+      /* FIXME: if I wasn't lazy, I'd check for overflows here. */
       sprintf (szFullPath, MAX_PATH, "\\%s", szPath );
     }
 #else