include
Miek Gieben <[email protected]> Thu, 22 Apr 2004 12:06:28 +0200
| Newsgroups | gmane.comp.sysutils.backup.hdup.general |
|---|---|
| Message-ID | <[email protected]> |
Hello,
This is just an fyi message. In hdup 1.6.28 the include statement
still doesn't work like it should. I will be releasing hdup 1.6.29
was this and some other minor fixes this weekend.
If you really depend on 'include' you should apply the patch below.
grtz Miek
-----------------------
--- a/src/hduplib.c 19 Apr 2004 20:03:51 -0000 1.82
+++ b/src/hduplib.c 21 Apr 2004 08:12:39 -0000 1.83
@@ -1,7 +1,7 @@
/* hduplib.c
* lib with some general function handy for hdup
*
- * $Id: hduplib.c,v 1.82 2004/04/19 20:03:51 miekg Exp $
+ * $Id: hduplib.c,v 1.83 2004/04/21 08:12:39 miekg Exp $
*
* Copyright:
*
@@ -1490,7 +1490,8 @@
/* convert a value like 50k or 50K to a integer.
* 50k = 51200 etc */
- char *cp; long long int v = 0; long int mul = 0;
+ /* mul should be 1 instead of 0 MG 2004 21 apr */
+ char *cp; long long int v = 0; long int mul = 1;
cp = value;
while ( *cp != (char)NULL ) {
switch (*cp) {
-----------------------
--
today's fortune:
"I am ... a woman ... and ... technically a parasitic uterine growth"
-- Sean Doran the Younger [allegedly]