mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
Ukrainian accounting system with curses GUI. Hardware support: - many cache registers - bar-code scanners Includes: - main book - matheriasl accounting - service accounting - salary calculation - payment documents - cachier orders accounting WWW: http://www.iceb.vinnitsa.com/ From commitor: Doesn't work on -current. Have spend way too much time finding out why not. Works on -stable. PR: ports/47809 Submitted by: Vadim Chekan <vchekan@softline.kiev.ua>
20 lines
582 B
C
20 lines
582 B
C
--- buhg/guror.c.orig Wed Oct 8 19:50:00 2003
|
||
+++ buhg/guror.c Wed Oct 8 19:50:25 2003
|
||
@@ -42,7 +42,7 @@
|
||
short klzvk; /*ëÏÌÉÞÅÓÔ×Ï ÚÎÁËÏ× × ËÏÌÏÎËÅ*/
|
||
short klsh; /*ëÏÌÉÞÅÓÔ×Ï ÓÞÅÔÏ× ÐÏ ÇÏÒÉÚÏÎÔÁÌÉ*/
|
||
struct tm *bf;
|
||
-long tmm,tmmk,tmmn;
|
||
+time_t tmm,tmmk,tmmn;
|
||
double sd,sk,sdn,skn;
|
||
char imaf[20];
|
||
short m,g;
|
||
@@ -624,7 +624,7 @@
|
||
short i;
|
||
char sh[40];
|
||
struct tm *bf;
|
||
-long tmm;
|
||
+time_t tmm;
|
||
char polka[20];
|
||
|
||
memset(polka,'\0',sizeof(polka));
|