mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 05:35:37 +00:00
Don't skip lines with no data after "=", as there are many presets with empty code lines. skipping it would create a gap in the line numbers, aborting the loop in GetCode() early.
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
// Some simple assignments, with empty key or value and a space instead of an equal sign.
|
|
[preset00]
|
|
warp=0
|
|
empty_value=
|
|
=empty_key
|
|
value_with_space 123
|
|
// No newline at end of file! |