Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 20565 Details for
Bug 31971
GEMPAK Meteorological Plotting and Analysis Package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
log.c.patch
log.c.patch (text/plain), 712 bytes, created by
Donald Giuliano
on 2003-11-11 00:03:17 UTC
(
hide
)
Description:
log.c.patch
Filename:
MIME Type:
Creator:
Donald Giuliano
Created:
2003-11-11 00:03:17 UTC
Size:
712 bytes
patch
obsolete
>--- comet/garp/gui/log.c 2003-11-11 01:15:35.000000000 -0600 >+++ comet/garp/gui/log.c.old 2003-11-11 01:20:57.000000000 -0600 >@@ -24,7 +24,7 @@ > > int x_error(); > void xt_error(); >-void wprint(); >+void wprint( char *fmt, ... ); > void UnManageCB(); > void PopDownCB ( Widget, XtPointer, XtPointer ); > void PopUpCB ( Widget, XtPointer, XtPointer ); >@@ -139,9 +139,7 @@ > > /*VARARGS*/ > void >-wprint ( fmt, va_alist ) >- char *fmt; >- va_dcl >+wprint ( char *fmt, ... ) > { > /* > * This function prints a variable length argument list "printf" >@@ -158,7 +156,7 @@ > log_text = GetLogInfoW ( wpi ); > > >- va_start ( args ); >+ va_start ( args, fmt ); > > /* > * System V has vsprintf, as does SUNOS. But older BSD machines
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 31971
:
19767
|
20143
|
20147
|
20148
|
20149
|
20158
|
20159
|
20160
|
20161
|
20162
|
20164
|
20165
|
20166
|
20227
|
20228
|
20229
|
20230
|
20245
|
20246
|
20247
|
20504
|
20508
|
20509
|
20511
|
20557
|
20564
| 20565 |
20566
|
21753
|
21754
|
21767
|
21768
|
21779
|
21780
|
21781
|
23219