[PATCH] increase various message and buffer sizes
Status: Inactive
Brought to you by:
jhooks
Hi,
These are the patches I have been using on the
P2P-Radio project for many moons now. Since that
project has no Tracker there, I'd like to create a
record here for them, please.
If-&-when the S2S project gets CVS going, I will be
able to see how these patches might be applied to its code.
Note that part of each patch was an attempt to
translate the comments to English (I used an on-line
translater website, forgot which).
Thank you.
Three (3) Patches combined for P2P-Radio 2.0
Logged In: YES
user_id=1238044
I'm uploading another patch. Some compilers can't handle
"international" characters in source code. Such is found in
P2P-Radio's original code which is also in S2S.
Remove "international" characters in source code
Logged In: YES
user_id=1238044
p.s. this is the error log as shown by javac when it came
across the "international" characters:
./p2pradio/gui/MainFrame.java:86: illegal character: \8240
........private JMenuItem MenuSenderAusw?hlen = new
JMenuItem(Messages.getString("MainFrame.CHOOSE_NEW_STATION"));
//$NON-NLS-1$
........................................^
./p2pradio/gui/MainFrame.java:425: illegal character: \8240
................MenuFile.add(MenuSenderAusw?hlen);
//Show the Stations
...........................................^
./p2pradio/gui/MainFrame.java:675: illegal character: \8240
................MenuSenderAusw?hlen.addActionListener(new
ActionListener()
..............................^
./p2pradio/gui/MainFrame.java:675: not a statement
................MenuSenderAusw?hlen.addActionListener(new
ActionListener()
................^
4 errors
(the OSX Terminal prints a '?' where they are located)
(because SF doesn't show leading blanks / indentation, I
filled them with '.' to hopefully make things look half-way
correct at least <g>)