mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
059a88c435
of patches to fix the build on -current.
14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
--- spunk/menue.cc.orig Sat Feb 26 17:58:13 2000
|
|
+++ spunk/menue.cc Sat Feb 26 17:58:32 2000
|
|
@@ -495,8 +495,8 @@
|
|
|
|
i16 GenericMenue::GetChoice ()
|
|
{
|
|
- const AltNextKeyCode = MaxUserID + 1;
|
|
- const AltPrevKeyCode = MaxUserID + 2;
|
|
+ const int AltNextKeyCode = MaxUserID + 1;
|
|
+ const int AltPrevKeyCode = MaxUserID + 2;
|
|
|
|
|
|
// Remember old window state
|