Fork me on GitHub

Changeset 9e55065 in git for external


Ignore:
Timestamp:
Jul 19, 2017, 3:39:55 PM (7 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
919f6a6
Parents:
18ee6cb
Message:

replace string[4] with string[1] in tcl.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/tcl/tcl.h

    r18ee6cb r9e55065  
    795795                                         * as necessary for this table's
    796796                                         * keys. */
    797         char string[4];                 /* String for key.  The actual size
     797        char string[1];                 /* String for key.  The actual size
    798798                                         * will be as large as needed to hold
    799799                                         * the key. */
Note: See TracChangeset for help on using the changeset viewer.