FreeBSD Bugzilla – Attachment 45381 Details for
Bug 69982
[PATCH] devel/motor: fix build with gcc3.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
motor.diff
motor.diff (text/plain), 1.48 KB, created by
Andrey Slusar
on 2004-08-04 06:50:26 UTC
(
hide
)
Description:
motor.diff
Filename:
MIME Type:
Creator:
Andrey Slusar
Created:
2004-08-04 06:50:26 UTC
Size:
1.48 KB
patch
obsolete
>diff -ruN /usr/ports/devel/motor/files/patch-parser::src::parser.c motor/files/patch-parser::src::parser.c >--- /usr/ports/devel/motor/files/patch-parser::src::parser.c Thu Jan 1 03:00:00 1970 >+++ motor/files/patch-parser::src::parser.c Sat Jul 31 20:11:50 2004 >@@ -0,0 +1,18 @@ >+--- parser/src/parser.c.orig Wed Aug 22 09:52:39 2001 >++++ parser/src/parser.c Sat Jul 31 20:11:06 2004 >+@@ -314,6 +314,7 @@ >+ if (buf == MAP_FAILED) buf = NULL; >+ break; >+ default: >++ break; >+ } >+ } >+ close(f); >+@@ -334,6 +335,7 @@ >+ munmap(text, size); >+ break; >+ default: >++ break; >+ } >+ } >+ >diff -ruN /usr/ports/devel/motor/files/patch-src::ui::ncurses::uitagbrowser.cc motor/files/patch-src::ui::ncurses::uitagbrowser.cc >--- /usr/ports/devel/motor/files/patch-src::ui::ncurses::uitagbrowser.cc Thu Jan 1 03:00:00 1970 >+++ motor/files/patch-src::ui::ncurses::uitagbrowser.cc Wed Aug 4 08:32:46 2004 >@@ -0,0 +1,11 @@ >+--- src/ui/ncurses/uitagbrowser.cc.old Wed Aug 4 08:22:13 2004 >++++ src/ui/ncurses/uitagbrowser.cc Wed Aug 4 08:22:30 2004 >+@@ -83,7 +83,7 @@ >+ cm.setwindow(textwindow(w.x1, w.y1, w.x1+20, 0, uiconf.getcolor(cp_menufr))); >+ >+ for(motortagbrowser::viewscope scope = motortagbrowser::File; >+- scope != motortagbrowser::viewscope_size; (int) scope += 1) { >++ scope != motortagbrowser::viewscope_size; (int&) scope += 1) { >+ cm.additem(0, scope, (string) " " + getscopename(scope)); >+ if(scope == tagbrowser.getscope()) >+ cm.setpos(cm.getcount()-1);
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 69982
: 45381