load_options_from():
authorLaurent Monin <geeqie@norz.org>
Thu, 12 Jun 2008 22:43:32 +0000 (22:43 +0000)
committerLaurent Monin <geeqie@norz.org>
Thu, 12 Jun 2008 22:43:32 +0000 (22:43 +0000)
commit0a1ad21b4dda0f856b023b01dfd9df79f71ca97f
tree35f268f7cdca3a9a2a4399b3ab8370e73054a882
parent11a07ebce120ac8f073b1ffbd2dc828ad54783e1
load_options_from():
- do not copy option name and value anywhere, only copy value_all to a separate buffer
- allow more relaxed syntax on read, so we can correctly read option name and value
  even if user made some errors like replacing ':' by '=' or inserting a space before ':'.
- minor aesthetical changes
src/rcfile.c