]> git.pld-linux.org Git - packages/ekglog.git/commitdiff
- this patch is ugly - since print_line is not used anywhere (and it
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 21 Oct 2003 15:19:42 +0000 (15:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  caused compilation fail), I simply commented it out

Changed files:
    ekglog-ncurses_fix.patch -> 1.1

ekglog-ncurses_fix.patch [new file with mode: 0644]

diff --git a/ekglog-ncurses_fix.patch b/ekglog-ncurses_fix.patch
new file mode 100644 (file)
index 0000000..82b7d36
--- /dev/null
@@ -0,0 +1,26 @@
+--- src/stuff.cc~      2003-10-21 14:54:23.000000000 +0000
++++ src/stuff.cc       2003-10-21 15:07:17.000000000 +0000
+@@ -32,9 +32,10 @@
+ }
+-void print_line(WINDOW *w, const std::string &str) {
++/*
++ void print_line(WINDOW *w, const std::string &str) {
+     wprintw(w, str.c_str());
+-}
++}*/
+ /*
+--- src/stuff.hh~      2003-10-21 14:54:34.000000000 +0000
++++ src/stuff.hh       2003-10-21 15:07:25.000000000 +0000
+@@ -33,7 +33,7 @@
+ class bad_string {};
+ int str2int(const std::string &str);
+-void print_line(WINDOW *w, const std::string &str);
++//void print_line(WINDOW *w, const std::string &str);
+ int color_pair(int fg, int bold, int bg);
+ int line_lenght(const std::string &str);
+ const std::string time_string(time_t t);
This page took 0.076992 seconds and 4 git commands to generate.