updated: [a1b4718] manually merged 118_port_number_in_shell_link

2009-01-31 Thread Enrico Weigelt, metux IT service
The following commit has been merged in the master branch: commit a1b47185c952e9d31607d59420a0cb86e9f492ab Merge: 5f77615b35a09d8cb1941b0d37f5cf24d4b7dbc5 a73bd631e57d6f9ee89f3a3fc1870fa879b01fb0 Author: Enrico Weigelt, metux IT service weig...@metux.de Date: Sat Jan 31 19:29:15 2009 +0100

Re: updated: [54d6ec8] replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()

2009-01-31 Thread Andrew Borodin
On Sat, 31 Jan 2009 18:17:03 +0100 (CET) Enrico Weigelt, metux IT service wrote: +static inline char* mhl_str_dir_plus_file(const char* dirname, const char* filename) +{ +/* make sure we have valid strings */ +if (!dirname) + dirname=; + +if (!filename) + filename=;