parent
5b96d0a956
commit
79c96ad377
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69431
12
net-im/licq-console/files/patch-console.cpp
Normal file
12
net-im/licq-console/files/patch-console.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/console.cpp.orig Mon Nov 4 00:23:20 2002
|
||||
+++ src/console.cpp Mon Nov 4 00:23:55 2002
|
||||
@@ -2157,7 +2157,7 @@
|
||||
* CLicqConsole::Input_Line
|
||||
*-------------------------------------------------------------------------*/
|
||||
char *CLicqConsole::Input_Line(char *sz, unsigned short &n, int cIn,
|
||||
- bool bEcho = true)
|
||||
+ bool bEcho)
|
||||
{
|
||||
// Now check for keys
|
||||
switch (cIn)
|
||||
|
11
net-im/licq-console/files/patch-console.h
Normal file
11
net-im/licq-console/files/patch-console.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/console.h.orig Mon Nov 4 00:22:38 2002
|
||||
+++ src/console.h Mon Nov 4 00:22:50 2002
|
||||
@@ -5,6 +5,8 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
+using namespace std;
|
||||
+
|
||||
#include "licq_icqd.h"
|
||||
#include "licq_log.h"
|
||||
#include "window.h"
|
12
net/licq-console/files/patch-console.cpp
Normal file
12
net/licq-console/files/patch-console.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/console.cpp.orig Mon Nov 4 00:23:20 2002
|
||||
+++ src/console.cpp Mon Nov 4 00:23:55 2002
|
||||
@@ -2157,7 +2157,7 @@
|
||||
* CLicqConsole::Input_Line
|
||||
*-------------------------------------------------------------------------*/
|
||||
char *CLicqConsole::Input_Line(char *sz, unsigned short &n, int cIn,
|
||||
- bool bEcho = true)
|
||||
+ bool bEcho)
|
||||
{
|
||||
// Now check for keys
|
||||
switch (cIn)
|
||||
|
11
net/licq-console/files/patch-console.h
Normal file
11
net/licq-console/files/patch-console.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/console.h.orig Mon Nov 4 00:22:38 2002
|
||||
+++ src/console.h Mon Nov 4 00:22:50 2002
|
||||
@@ -5,6 +5,8 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
+using namespace std;
|
||||
+
|
||||
#include "licq_icqd.h"
|
||||
#include "licq_log.h"
|
||||
#include "window.h"
|
Loading…
Reference in New Issue
Block a user