1
0
mirror of synced 2026-02-11 10:54:38 +00:00
Files
YosysHQ.yosys/passes/techmap
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
..
2019-04-19 14:00:22 +02:00
2019-04-28 13:04:34 -07:00
2019-04-22 17:25:52 +02:00
2019-05-10 10:23:14 -07:00