Merge commit '638ecc4cde79b0296f2e04f683ca4cb881c28f36' as 'rtengine/libraw'
This commit is contained in:
12
rtengine/libraw/clist2c.pl
Executable file
12
rtengine/libraw/clist2c.pl
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
while (<>)
|
||||
{
|
||||
chomp;
|
||||
s/^\s+//;
|
||||
s/^\s+\*\s+//;
|
||||
s/^\s+//;
|
||||
s/\"/\\\"/g;
|
||||
s/\s+$//;
|
||||
print "\"$_\",\n";
|
||||
}
|
||||
Reference in New Issue
Block a user