Yes, but I'm not a vi guru I know some later versions compensate for the
differences.
Here's something you can check with but it involves some hacking.
In Slim/Utils/Strings.pm
around line 215 you'll find the line that reports the parse error. Can
you change it to
} else {
my $lastChar = unpack("C",
substr($line,length($line)-1,1));
msg("Parse error on line $ln: $line $lastChar\n");
}
This will show the last character on the line as an ascii code so we
can be sure.
Malcolm
--
mwphoto
http://www.last.fm/user/mwphoto/
------------------------------------------------------------------------
mwphoto's Profile: http://forums.slimdevices.com/member.php?userid=652
View this thread: http://forums.slimdevices.com/showthread.php?t=21854
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins