]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.c
Fix warnings for missing prototypes.
[xonotic/darkplaces.git] / fs.c
diff --git a/fs.c b/fs.c
index cd7a6fba19e72c4ca60a5cd0f8b9ce0dd16bc31b..5b9c14974869ab3565f1c23f0560994b30caa7c4 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -2759,7 +2759,7 @@ fs_offset_t FS_Write (qfile_t* file, const void* data, size_t datasize)
        {
                if (lseek (file->handle, file->buff_ind - file->buff_len, SEEK_CUR) == -1)
                {
-                       Con_Printf("WARNING: could not seek in %s.\n");
+                       Con_Printf("WARNING: could not seek in %s.\n", file->filename);
                }
        }