]> git.armaanb.net Git - chorizo.git/commit
Call ensure_uri_scheme() before sending message to socket
authorPeter Hofmann <scm@uninformativ.de>
Sat, 11 Mar 2017 16:32:22 +0000 (17:32 +0100)
committerPeter Hofmann <scm@uninformativ.de>
Sat, 11 Mar 2017 16:32:22 +0000 (17:32 +0100)
commit076217013f1ce9d3c7f1759f7923e1a3da7853d7
tree45e2781b915ad1c8204baf1acc1b6e9c30440ed0
parent5f3aff7043224f9d0432c2f412810c95ddd5536a
Call ensure_uri_scheme() before sending message to socket

The main process and the process that sends the message might have
different working directories. As a result, the main process might not
be able to detect "foo.html" as a file when called as "lariza foo.html".
CHANGES
browser.c