Bugzilla – Attachment 83934 Details for
Bug 130202
printf problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Patch which addresses all issues mentioned in Comment #1
freesci-0.3.5-printf.diff (text/plain), 909 bytes, created by
Stefan Dirsch
on 2006-05-17 19:34:03 UTC
(
hide
)
Description:
Patch which addresses all issues mentioned in Comment #1
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2006-05-17 19:34:03 UTC
Size:
909 bytes
patch
obsolete
>diff -u -r src.orig/engine/said.y src/engine/said.y >--- src.orig/engine/said.y 2006-05-17 20:45:40.483381006 +0200 >+++ src/engine/said.y 2006-05-17 20:46:41.384743471 +0200 >@@ -441,7 +441,7 @@ > } > > if (said_blessed != 1) { >- sciprintf("Error: Found %d top branches\n"); >+ sciprintf("Error: Found %d top branches\n", said_blessed); > return 1; > } > >diff -u -r src.orig/gfx/resource/sci_view_1.c src/gfx/resource/sci_view_1.c >--- src.orig/gfx/resource/sci_view_1.c 2006-05-17 20:45:39.378573983 +0200 >+++ src/gfx/resource/sci_view_1.c 2006-05-17 20:49:32.383876172 +0200 >@@ -205,7 +205,7 @@ > int loop_offset = get_uint_16(resource + V1_FIRST_LOOP_OFFSET + (i << 1)); > > if (loop_offset >= size) { >- GFXERROR("View %04x:(%d) supposed to be at illegal offset 0x%04x\n", id, i); >+ GFXERROR("View %04x:(%d) supposed to be at illegal offset 0x%04x\n", id, i, loop_offset); > error_token = 1; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 130202
: 83934