Ignore:
Timestamp:
Aug 4, 2021, 4:54:14 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
d2cdd4f
Parents:
d83b266 (diff), 199894e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • example/io/simple/server.c

    rd83b266 r0a061c0  
    105105                                }
    106106
    107                                 printf("'%.*s'\n", cqe->res, data);
     107                                printf("'%.*s'\n", cqe->res - 1, data);
    108108
    109109                                async_read( newsock );
Note: See TracChangeset for help on using the changeset viewer.