diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-11-17 21:33:32 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-11-17 21:33:32 +0800 |
commit | 7f6145fe91d5b4ccdd2036d739a2bf456b789ede (patch) | |
tree | d8777e9c39f19e96a5a24b5ff7448c7d77543549 | |
parent | 129e7e62a406ca65cb1f9d4262688330e6cccd8b (diff) |
Fix previous commit
-rw-r--r-- | dircpsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ int main (int argc, char *argv[]) } if (irc_run(session)) { - printf("Could not connect or I/O error: %s\n", irc_strerror(irc_errno(s))); + printf("Could not connect or I/O error: %s\n", irc_strerror(irc_errno(session))); return 1; } |