summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0681b01)
raw | patch | inline | side by side (parent: 0681b01)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Sep 2009 11:36:04 +0000 (13:36 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Sep 2009 11:36:04 +0000 (13:36 +0200) |
debian/changelog | patch | blob | history | |
debian/patches/bts428778-floating-point-exception | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 7323d23cae8eeeb19bdf49ea9c7c3736faa2018c..9a2d3fd38551ad5679f8a24a158c7e0013bb6400 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Removed bts494874-gnu-kfreebsd - included upstream.
- Removed bts332766-negative-timestamps - included upstream.
- Removed compiler-warning-fixes - included upstream.
+ - Updated bts428778-floating-point-exception for RRDtool 1.4.
- -- Sebastian Harl <tokkee@debian.org> Fri, 25 Sep 2009 13:21:43 +0200
+ -- Sebastian Harl <tokkee@debian.org> Fri, 25 Sep 2009 13:35:34 +0200
rrdtool (1.3.8-1) unstable; urgency=low
diff --git a/debian/patches/bts428778-floating-point-exception b/debian/patches/bts428778-floating-point-exception
index cefb3ddbc77e115804c1cd9a040b9b0f33575d82..613f1eae439e35ee5d86a57b5ee3c3402266b1ca 100644 (file)
+ {
+ rrd_set_error("Invalid step: must be greater than 0.");
+ rrd_free2(rrd);
-+ close(rrd_file);
++ rrd_close(rrd_file_dn);
+ return(-1);
+ }
/* startup missing pdp count */