Changeset 123 for trunk/dll/menu.c


Ignore:
Timestamp:
Dec 5, 2004, 1:20:19 AM (21 years ago)
Author:
root
Message:

Rework lstrip/rstrip usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/menu.c

    r2 r123  
    1 /**************************************************************************/
    2 /* Custom menu support routines for FM/2                                  */
    3 /* copyright (c) 1996 by M. Kimes -- all rights reserved                  */
    4 /**************************************************************************/
     1
     2/***********************************************************************
     3
     4  $Id$
     5
     6  Custom menu support routines for FM/2
     7
     8  Copyright (c) 1996-98 M. Kimes
     9  Copyright (c) 2004 Steven H.Levine
     10
     11  Revisions     01 Aug 04 SHL - Rework lstrip/rstrip usage
     12
     13***********************************************************************/
    514
    615#define INCL_DOS
     
    8392        break;
    8493      lines++;
    85       stripcr(s);
    86       lstrip(rstrip(s));
     94      bstripcr(s);
    8795      if(!*s || *s == ';')
    8896        continue;
Note: See TracChangeset for help on using the changeset viewer.