Menu

#1 [PATCH] increase various message and buffer sizes

open
nobody
None
5
2005-12-16
2005-12-16
Sci_Fi
No

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.

Discussion

  • Sci_Fi

    Sci_Fi - 2005-12-16

    Three (3) Patches combined for P2P-Radio 2.0

     
  • Sci_Fi

    Sci_Fi - 2005-12-16

    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.

     
  • Sci_Fi

    Sci_Fi - 2005-12-16

    Remove "international" characters in source code

     
  • Sci_Fi

    Sci_Fi - 2005-12-16

    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>)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.