No description
Find a file
Thomas Lamprecht e19ee1bf71 fix bad line continuations with mismatched quote characters
We had some bad line continuations of longer string literals using a
pattern like:

'foo"
."bar'

I.e., a 'line1"."line2' instead of an actually working 'line1'.'line2'
code.

This still resulted in valid perl by luck, making it go unnoticed, but
the resulting string was rather broken as it included the newline and
.' code part for the line continuation.

I noticed them due to bad indentation still using tabs, which was due
to perltidy not touching string literals.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2025-09-15 13:06:09 +02:00
debian bump version to 9.0.21 2025-09-10 15:17:14 +02:00
src fix bad line continuations with mismatched quote characters 2025-09-15 13:06:09 +02:00
.gitignore gitignore: sort content 2023-11-17 15:54:24 +01:00
Makefile fix #5180: dbus-vmstate: add daemon for QEMUs dbus-vmstate interface 2025-07-30 22:55:32 +02:00