Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18024 Details for
Bug 29181
app-office/gnumeric-1.2.0 doesn't build with gcc-2.95 (patch attached)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix gcc-2.95 compilation error
gnumeric-1.2.0-gcc.2.95fix.txt (text/plain), 693 bytes, created by
Tristan Henderson
on 2003-09-20 04:36:52 UTC
(
hide
)
Description:
patch to fix gcc-2.95 compilation error
Filename:
MIME Type:
Creator:
Tristan Henderson
Created:
2003-09-20 04:36:52 UTC
Size:
693 bytes
patch
obsolete
>diff -Naur gnumeric-1.2.0.orig/src/dialogs/dialog-sheet-order.c gnumeric-1.2.0/src/dialogs/dialog-sheet-order.c >--- gnumeric-1.2.0.orig/src/dialogs/dialog-sheet-order.c 2003-09-15 01:40:38.000000000 -0400 >+++ gnumeric-1.2.0/src/dialogs/dialog-sheet-order.c 2003-09-20 06:35:59.000000000 -0400 >@@ -106,6 +106,7 @@ > static gint > location_of_iter (GtkTreeIter *iter, GtkListStore *model) > { >+ gint loc; > /* Note: in gtk 2.2 we could just do: */ > /* gchar* path = gtk_tree_model_get_string_from_iter */ > /* (GTK_TREE_MODEL (model), iter); */ >@@ -117,7 +118,7 @@ > gtk_tree_path_free (treepath); > /* end of gtk 2.0 code */ > >- gint loc = atoi(path); >+ loc = atoi(path); > > g_free (path); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29181
: 18024