Changeset 87eba56 in mainline for uspace/app/bdsh/tok.c


Ignore:
Timestamp:
2021-08-10T21:11:01Z (3 years ago)
Author:
Manuele Conti <manuele.conti@…>
Children:
5ec0e42
Parents:
4518991
Message:

Fix tokenize command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/tok.c

    r4518991 r87eba56  
    152152                                return rc;
    153153                        }
    154                         tok_get_char(tok);
     154
    155155                        rc = tok_push_token(tok);
    156156                        if (rc != EOK) {
     
    171171                                return rc;
    172172                        }
    173                         tok_get_char(tok);
     173
    174174                        rc = tok_push_token(tok);
    175175                        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.