re-fix #243 checking for '\0' made the whole check pointless. Now it should actually...
[rrdtool.git] / src / rrd_update.c
index 9526ec2..8efd493 100644 (file)
@@ -1047,7 +1047,6 @@ static int update_pdp_prep(
                       || updvals[ds_idx + 1][0] > '9' )
                      && updvals[ds_idx + 1][0] != '-'
                      && updvals[ds_idx + 1][0] != 'U'
-                     && updvals[ds_idx + 1][0] == '\0'
                    ) {
                     rrd_set_error("not a simple integer: '%s'",
                                   updvals[ds_idx + 1]);