pkgsrc-ng/sysutils/gnometoaster/patches/patch-datacopydlg_h
2013-09-26 17:14:40 +02:00

16 lines
400 B
Plaintext

$NetBSD: patch-datacopydlg_h,v 1.1 2011/10/02 01:20:55 dholland Exp $
- fix severe time_t abuse
--- datacopydlg.h~ 2001-02-12 01:02:19.000000000 +0000
+++ datacopydlg.h
@@ -55,7 +55,7 @@ typedef struct
datacopydlg_threadinfo *threads[DATACOPYDLG_MAXTHREADS];
int bytessincelastmeasure;
- int lastmeasure;
+ time_t lastmeasure;
float currentthroughput;
} datacopydlg_dlginfo;