From 98f79326b8c578512490f97951c369e585100ea9 Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 7 Feb 2015 21:15:41 +0000 Subject: [PATCH] Oops, fix a printf. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12158 d7cf8633-e32d-0410-b094-e92efae38249 --- fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs.c b/fs.c index cd7a6fba..5b9c1497 100644 --- 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); } } -- 2.39.2