Skip Menu |

This queue is for tickets about the RRD-Editor CPAN distribution.

Report information
The Basics
Id: 124356
Status: resolved
Priority: 0/
Queue: RRD-Editor

People
Owner: MBASUNOV [...] cpan.org
Requestors: MBASUNOV [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: 0.19



Subject: save not reducing RRD file size
save() function must reduce file size after writing content. Save operation produces unusable RRD file when saved content is shorter than original file. @@ -1612,6 +1610,7 @@ sub save { } } # done + truncate($fd, tell($fd)); # and exit return 1;
Taken into 0.19