Created
June 24, 2011 23:51
-
-
Save mgalgs/1045900 to your computer and use it in GitHub Desktop.
neercs building fun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 86f6bf9bb1f833b6b1a853b438ec82a3e0bfc864 Mon Sep 17 00:00:00 2001 | |
From: Mitchel Humpherys <[email protected]> | |
Date: Fri, 24 Jun 2011 16:33:03 -0700 | |
Subject: [PATCH] bogus tab key and copyright | |
--- | |
src/client.c | 3 ++- | |
1 files changed, 2 insertions(+), 1 deletions(-) | |
diff --git a/src/client.c b/src/client.c | |
index e995c7c..4cca3d6 100644 | |
--- a/src/client.c | |
+++ b/src/client.c | |
@@ -3,6 +3,7 @@ | |
* Copyright (c) 2006-2010 Sam Hocevar <[email protected]> | |
* 2008-2010 Jean-Yves Lamoureux <[email protected]> | |
* 2008-2010 Pascal Terjan <[email protected]> | |
+ * 2011 Mitchel Humpherys <[email protected]> | |
* All Rights Reserved | |
* | |
* This program is free software. It comes without any warranty, to | |
@@ -114,7 +115,7 @@ int send_event(caca_event_t ev, struct screen_list *screen_list) | |
} | |
else if (t & CACA_EVENT_QUIT) | |
{ | |
- bytes = snprintf(buf, sizeof(buf) - 1, "QUIT"); | |
+ bytes = snprintf(buf, sizeof(buf) - 1, "QUIT"); | |
} | |
if (bytes) | |
{ | |
-- | |
1.7.5.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment