Commit 71fbe587 authored by claes's avatar claes

g_error set to NULL in print

parent 65dee127
/*
* Proview $Id: cnv_image.cpp,v 1.4 2007-01-11 11:40:30 claes Exp $
* Proview $Id: cnv_image.cpp,v 1.5 2007-01-17 13:44:51 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -105,7 +105,7 @@ void cnv_print_image( cnv_tImImage image, char *filename)
#if defined PWRE_GTK
char *s;
char type[20];
GError *error;
GError *error = NULL;
s = strrchr( filename, '.');
if ( !s)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment