]> git.pld-linux.org Git - packages/ekglog.git/blob - ekglog-ncurses_fix.patch
- this patch is ugly - since print_line is not used anywhere (and it
[packages/ekglog.git] / ekglog-ncurses_fix.patch
1 --- src/stuff.cc~       2003-10-21 14:54:23.000000000 +0000
2 +++ src/stuff.cc        2003-10-21 15:07:17.000000000 +0000
3 @@ -32,9 +32,10 @@
4  }
5  
6  
7 -void print_line(WINDOW *w, const std::string &str) {
8 +/*
9 + void print_line(WINDOW *w, const std::string &str) {
10      wprintw(w, str.c_str());
11 -}
12 +}*/
13  
14  
15  /*
16 --- src/stuff.hh~       2003-10-21 14:54:34.000000000 +0000
17 +++ src/stuff.hh        2003-10-21 15:07:25.000000000 +0000
18 @@ -33,7 +33,7 @@
19  class bad_string {};
20  
21  int str2int(const std::string &str);
22 -void print_line(WINDOW *w, const std::string &str);
23 +//void print_line(WINDOW *w, const std::string &str);
24  int color_pair(int fg, int bold, int bg);
25  int line_lenght(const std::string &str);
26  const std::string time_string(time_t t);
This page took 0.080897 seconds and 3 git commands to generate.