diff options
Diffstat (limited to 'ukrainian/iceb/files/patch-libbuh::dirmat1.c')
-rw-r--r-- | ukrainian/iceb/files/patch-libbuh::dirmat1.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ukrainian/iceb/files/patch-libbuh::dirmat1.c b/ukrainian/iceb/files/patch-libbuh::dirmat1.c deleted file mode 100644 index 2ec6e928958b..000000000000 --- a/ukrainian/iceb/files/patch-libbuh::dirmat1.c +++ /dev/null @@ -1,20 +0,0 @@ ---- libbuh/dirmat1.c.orig Mon Aug 26 03:46:09 2002 -+++ libbuh/dirmat1.c Wed Oct 8 18:51:45 2003 -@@ -36,7 +36,7 @@ - char ignor[]) //Список кодов которые игнорируются при просмотре - { - struct tm *bf; --long tmm; -+time_t tmm; - int K; - int prc; - int i=0; -@@ -550,7 +550,7 @@ - goto naz1; - } - } -- sprintf(strsql,"%s/doc/%s",putnansi,imaf); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,imaf); - - /* - printw("strsql=%s\n",strsql); |