Changeset 123 for trunk/dll/mle.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/mle.c

    r2 r123  
    1 /**************************************************************************/
    2 /*                  MLE text editor/viewer source code                    */
    3 /*                   copyright (c) 1993-97 by M. Kimes                    */
    4 /*                        All rights reserved                             */
    5 /**************************************************************************/
     1
     2/***********************************************************************
     3
     4  $Id$
     5
     6  MLE text editor/viewer
     7
     8  Copyright (c) 1993-97 M. Kimes
     9  Copyright (c) 2004 Steven H.Levine
     10
     11  Revisions     01 Aug 04 SHL - Rework lstrip/rstrip usage
     12
     13***********************************************************************/
    614
    715/* MLE support functions */
     
    160168          len--;
    161169        temp[len] = 0;
    162         stripcr(temp);
    163         lstrip(rstrip(temp));
     170        bstripcr(temp);
    164171        if(*temp) {
    165172          if(ftp && *ftprun)
Note: See TracChangeset for help on using the changeset viewer.