Overview
Comment: | Skips main loop when arg is null. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4544bfa95257c0be8e1bb41f90531dd8 |
User & Date: | gawthrop@users.sourceforge.net on 1996-12-04 21:47:41 |
Other Links: | branch diff | manifest | tags |
Context
1996-12-04
| ||
21:48:55 |
Compares full-name with empty string (instead of testing for zero length. check-in: a881d61f6d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
21:47:41 | Skips main loop when arg is null. check-in: 4544bfa952 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
21:46:52 | Initial revision check-in: 13b821cc85 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/subs_arg.m from [5e4771d238] to [922774af5e].
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 | % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Symbolic argument sign S = '$'; | > > > < | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1996/12/04 21:46:52 peterg % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Symbolic argument sign S = '$'; args_out = ''; if strcmp(args,'')==0 L = length(args); args_count = 1; num_count=0; while args_count <= L |
︙ | ︙ |