]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.c
Replaced all calls to str[n]cat and strncpy by calls to strlcat and strlcpy respectively
[xonotic/darkplaces.git] / fs.c
diff --git a/fs.c b/fs.c
index f982e226bad6a218ec4d522cf6a752ae3cf3c4f3..3aab0537b24f27f7cb3d4ed84befff07453de7d0 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -1,7 +1,7 @@
 /*
        DarkPlaces file system
 
-       Copyright (C) 2003-2005 Mathieu Olivier
+       Copyright (C) 2003-2006 Mathieu Olivier
 
        This program is free software; you can redistribute it and/or
        modify it under the terms of the GNU General Public License
@@ -1066,7 +1066,6 @@ void FS_Init (void)
 // If the base directory is explicitly defined by the compilation process
 #ifdef DP_FS_BASEDIR
        strcpy(fs_basedir, DP_FS_BASEDIR);
-
 #else
        strcpy(fs_basedir, "");