[librep] fixed a definition
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Subject: [librep] fixed a definition
- Date: Sat, 11 Jul 2009 08:50:38 +0000 (UTC)
commit 5097f8fcac4f05dab7e4f62dd6db6e9f8415a59e
Author: chrisb <zanghar freenet de>
Date: Sat Jul 11 10:50:47 2009 +0200
fixed a definition
ChangeLog | 3 +++
src/unix_processes.c | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c5984a0..c7faea3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-07-11 Christopher Bratusek <zanghar freenet de>
+ * src/unix_processes.c: fix a definition
+
2009-07-02 Christopher Bratusek <zanghar freenet de>
* configure.in: obligatory post-release version bump
diff --git a/src/unix_processes.c b/src/unix_processes.c
index 659dc27..5e1c71b 100644
--- a/src/unix_processes.c
+++ b/src/unix_processes.c
@@ -496,7 +496,7 @@ get_pty(char *slavenam)
The FIRST_PTY_LETTER gives the first X to try. We try in the
sequence FIRST_PTY_LETTER, .., 'z', 'a', .., FIRST_PTY_LETTER.
Is this worthwhile, or just over-zealous? */
- c = FIRST_PTY_LETTER;
+ char c = FIRST_PTY_LETTER;
do {
int i;
for(i = 0; i < 16; i++)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]