1
0
mirror of synced 2026-01-18 17:27:06 +00:00
Henner Zeller 5e443a5d0d Fix two instances of integer-assignment to string.
o In cover.cc, the int-result of mkstemps() was assigned to a string
  and silently interpreted as a single-character filename with a funny
  value. Fix with the intent: assign the filename.
o in libparse.cc, an int was assigned to a string, but depending on
  visible constructors, this is ambiguous. Explicitly cast this to
  a char.
2019-05-14 22:01:15 -07:00
..
2014-07-31 02:32:00 +02:00
2018-12-12 17:17:40 +00:00
2018-12-04 23:30:23 +01:00
2019-04-19 14:00:22 +02:00
2019-04-28 13:04:34 -07:00
2015-07-02 11:14:30 +02:00
2019-04-22 17:25:52 +02:00
2019-05-10 10:23:14 -07:00