diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-02-14 22:57:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-02-14 22:57:42 +0000 |
commit | 5a99be254566758d8ff42d905cad98b1ee7a2e87 (patch) | |
tree | fc1661b871bdbcd45a6ca3c8a8206e0f9342022f /lib/dict.c | |
parent | efb410a188fb7f5a9f1d572db1d98b5e3c790a83 (diff) | |
download | curl-5a99be254566758d8ff42d905cad98b1ee7a2e87.tar.gz |
updated to use the new set of progress-functions
Diffstat (limited to 'lib/dict.c')
-rw-r--r-- | lib/dict.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/dict.c b/lib/dict.c index 99abf49f6..cf604ec5b 100644 --- a/lib/dict.c +++ b/lib/dict.c @@ -243,6 +243,10 @@ UrgError dict(struct UrlData *data, char *path, long *bytecount) } } +#if 0 ProgressEnd(data); +#endif + pgrsDone(data); + return URG_OK; } |