Changeset c80943f in buchla-68k


Ignore:
Timestamp:
07/15/2017 11:17:29 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
dade7a0
Parents:
bf89cfb
Message:

Added missing file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vputsv.c

    rbf89cfb rc80943f  
    2727        int16_t c;
    2828
    29         while (c = *str++) {
     29        while ((c = *str++)) {
    3030
    3131                vputcv(obase, row, col, c, attr, len);
     
    5555        int16_t c;
    5656
    57         while (c = *str++) {
     57        while ((c = *str++)) {
    5858
    5959                vputcv(obase, row, col, c, *attr++, len);
Note: See TracChangeset for help on using the changeset viewer.