[gtk+/gtk-3-8] Dont set enum to NULL fixes build issues on Solaris 10
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-8] Dont set enum to NULL fixes build issues on Solaris 10
- Date: Thu, 10 Oct 2013 23:51:10 +0000 (UTC)
commit 0bddd31389bd1408db13286876d11aa18438fc80
Author: Timothy Arceri <t_arceri yahoo com au>
Date: Fri Oct 4 07:21:55 2013 +1000
Dont set enum to NULL fixes build issues on Solaris 10
https://bugzilla.gnome.org/show_bug.cgi?id=586107
Signed-off-by: Timothy Arceri <t_arceri yahoo com au>
modules/printbackends/papi/gtkprintbackendpapi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/printbackends/papi/gtkprintbackendpapi.c
b/modules/printbackends/papi/gtkprintbackendpapi.c
index 6a40f56..a752eeb 100644
--- a/modules/printbackends/papi/gtkprintbackendpapi.c
+++ b/modules/printbackends/papi/gtkprintbackendpapi.c
@@ -350,7 +350,7 @@ gtk_print_backend_papi_print_stream (GtkPrintBackend *print_backend,
const gchar *title;
char *prtnm = NULL;
GtkPrintDuplex val;
- papi_status_t pstatus = NULL;
+ papi_status_t pstatus;
papi_attribute_t **attrs = NULL;
papi_job_ticket_t *ticket = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]