mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Oops.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4524 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f8eada63c7
commit
fda5181dbd
@ -192,7 +192,6 @@ void core_preinit(const char *path)
|
||||
} else {
|
||||
str = irssi_dir;
|
||||
irssi_dir = fix_path(str);
|
||||
g_free(str);
|
||||
len = strlen(irssi_dir);
|
||||
if (irssi_dir[len-1] == G_DIR_SEPARATOR)
|
||||
irssi_dir[len-1] = '\0';
|
||||
@ -202,7 +201,6 @@ void core_preinit(const char *path)
|
||||
else {
|
||||
str = irssi_config_file;
|
||||
irssi_config_file = fix_path(str);
|
||||
g_free(str);
|
||||
}
|
||||
|
||||
session_set_binary(path);
|
||||
|
Loading…
Reference in New Issue
Block a user