mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
Allow the parseLine() function to use tabs alongside spaces to separate tokens. Without this patch, using tabs in the config file actually confuses the parser and makes it think that the tab is part of the option's name. Signed-off-by: Aggelos Tselios <aggelostselios777@gmail.com>