projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b65a15
)
Bugfix: Kommentarhandling in Inifile
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 27 Jul 2015 13:55:36 +0000
(15:55 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 27 Jul 2015 13:55:36 +0000
(15:55 +0200)
Das ist aber immernoch Schrott, weil die Latex order # enthält, und
trotzdem rausgegrillt wird.
SL/Inifile.pm
patch
|
blob
|
history
diff --git
a/SL/Inifile.pm
b/SL/Inifile.pm
index
91af9fc
..
6ecb41f
100644
(file)
--- a/
SL/Inifile.pm
+++ b/
SL/Inifile.pm
@@
-60,7
+60,7
@@
sub new {
s/\s*#.*$//;
s/^\s*//;
} else {
- next if m/#/;
+ next if m/
^\s*
#/;
}
next unless $_;