diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-12 15:05:30 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-12 15:05:30 +0000 |
| commit | 40be09797f0af784ada0362b0eb1dce0d05f4a96 (patch) | |
| tree | 8b29a9508d622ca7a85234c5d0844d04003ddef8 /games/znibbles/files/patch-src__X11__textarea.C | |
| parent | Unbreak. (diff) | |
Unbreak.
Regen patches.
PR: 208709
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=413126
Diffstat (limited to 'games/znibbles/files/patch-src__X11__textarea.C')
| -rw-r--r-- | games/znibbles/files/patch-src__X11__textarea.C | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games/znibbles/files/patch-src__X11__textarea.C b/games/znibbles/files/patch-src__X11__textarea.C deleted file mode 100644 index 9a569c1462ee..000000000000 --- a/games/znibbles/files/patch-src__X11__textarea.C +++ /dev/null @@ -1,20 +0,0 @@ ---- src/X11/textarea.C.orig Sat Oct 26 01:07:26 2002 -+++ src/X11/textarea.C Sat Oct 26 01:07:28 2002 -@@ -32,7 +32,7 @@ - #include <Xm/ScrollBar.h> - #include <Xm/Text.h> - --#include <iostream.h> -+#include <iostream> - #include "string.h" - - #include "motifutil.H" -@@ -91,7 +91,7 @@ - XmTextSetCursorPosition(widget, XmTextGetLastPosition(widget)); - XmTextShowPosition(widget, XmTextGetLastPosition(widget)); - if (length > 9500) { -- cout << "textarea warning!" << endl; -+ std::cout << "textarea warning!" << std::endl; - bbuf[0] = '\0'; - } - } |
