[libcroco-list] An unitialized variable in sewfox
- From: Benjamin Dauvergne <feanor-list tol-eressea org>
- To: libcroco <libcroco-list gnome org>
- Subject: [libcroco-list] An unitialized variable in sewfox
- Date: Sun, 07 Mar 2004 16:33:23 +0100
A one line patch follow.
Index: sx-box-view.c
===================================================================
RCS file: /cvs/gnome/sewfox/src/sx-box-view.c,v
retrieving revision 1.17
diff -u -r1.17 sx-box-view.c
--- sx-box-view.c 6 Mar 2004 01:42:41 -0000 1.17
+++ sx-box-view.c 7 Mar 2004 15:32:26 -0000
@@ -644,7 +644,7 @@
const guchar *a_css_path)
{
enum CRStatus status = CR_OK ;
- CRStyleSheet *ua_sheet = NULL, *user_sheet ;
+ CRStyleSheet *ua_sheet = NULL, *user_sheet = NULL;
CRCascade *cascade = NULL ;
SXBoxView *result = NULL ;
xmlDoc *xml_doc = NULL ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]