Changeset c801be in git
- Timestamp:
- Jun 2, 1999, 6:21:25 PM (24 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 9a596d7c3d7c58bebe3c8b5be18d45d256dff19c
- Parents:
- a5ceaf73bfdccd8f6ac9557f9a9d9fd1cacb8be3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
ra5ceaf rc801be 1 // $Id: standard.lib,v 1.3 1 1999-05-26 13:14:33obachman Exp $1 // $Id: standard.lib,v 1.32 1999-06-02 16:21:25 obachman Exp $ 2 2 ////////////////////////////////////////////////////////////////////////////// 3 3 4 version="$Id: standard.lib,v 1.3 1 1999-05-26 13:14:33obachman Exp $";4 version="$Id: standard.lib,v 1.32 1999-06-02 16:21:25 obachman Exp $"; 5 5 info=" 6 6 LIBRARY: standard.lib PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP … … 763 763 " 764 764 { 765 if (size(fmt) <= 1) 765 int sfmt = size(fmt); 766 if (sfmt <= 1) 766 767 { 767 768 return (fmt); … … 777 778 } 778 779 nnext = 0; 779 while ( 1)780 while (nnext < sfmt) 780 781 { 781 782 nnext = find(fmt, "%", nnext + 1);
Note: See TracChangeset
for help on using the changeset viewer.