diff libsrc2/volprops.c @ 1637:b133acd05574

Set edge count to 0 by default
author bert <bert>
date Mon, 02 Feb 2004 01:30:57 +0000 (2004-02-02)
parents 46f087c96c53
children a5477d6cbd6e
line wrap: on
line diff
--- a/libsrc2/volprops.c
+++ b/libsrc2/volprops.c
@@ -148,7 +148,7 @@
       }
   }
   else {
-      handle->edge_count = 1;
+      handle->edge_count = 0;
       handle->edge_lengths = NULL;
       handle->zlib_level = 0;
       handle->compression_type = MI_COMPRESS_NONE;