diff options
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/config.l b/src/config.l index 5e83dff..62e3d7c 100644 --- a/src/config.l +++ b/src/config.l @@ -1193,11 +1193,11 @@ void Config::check() { dotImageFormat = "png"; } - else if (dotImageFormat!="gif" && dotImageFormat!="png" && dotImageFormat!="jpg") - { - config_err("Invalid value for DOT_IMAGE_FORMAT: `%s'. Using the default.\n",dotImageFormat.data()); - dotImageFormat = "png"; - } + //else if (dotImageFormat!="gif" && dotImageFormat!="png" && dotImageFormat!="jpg") + //{ + // config_err("Invalid value for DOT_IMAGE_FORMAT: `%s'. Using the default.\n",dotImageFormat.data()); + // dotImageFormat = "png"; + //} // check dot path |