diff options
Diffstat (limited to 'graphics/xv/files/patch-CAN-2005-0665')
-rw-r--r-- | graphics/xv/files/patch-CAN-2005-0665 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xv/files/patch-CAN-2005-0665 b/graphics/xv/files/patch-CAN-2005-0665 new file mode 100644 index 000000000000..7c61c540108f --- /dev/null +++ b/graphics/xv/files/patch-CAN-2005-0665 @@ -0,0 +1,11 @@ +--- xv.c.orig Mon Mar 21 22:00:43 2005 ++++ xv.c Mon Mar 21 22:21:53 2005 +@@ -2197,7 +2197,7 @@ + SetISTR(ISTR_INFO,formatStr); + + SetInfoMode(INF_PART); +- SetISTR(ISTR_FILENAME, ++ SetISTR(ISTR_FILENAME, "%s", + (filenum==DFLTPIC || filenum==GRABBED || frompipe) + ? "<none>" : basefname); + |