[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (d368ea48b8c5afee7622a46a6371e5b15d84208a)



The branch, master has been updated
       via  d368ea48b8c5afee7622a46a6371e5b15d84208a (commit)
      from  78fd1e9c758e6df30e7f953fcdd8ac4f39fb864f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/hid/lesstif/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit d368ea48b8c5afee7622a46a6371e5b15d84208a
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/lesstif: Fix testing timeout value in lesstif_progress
    
    This looks like a typo, but was me testing different values of time
    interval between processing events.

:100644 100644 f43d7d7... a4b9975... M	src/hid/lesstif/main.c

=========
 Changes
=========

commit d368ea48b8c5afee7622a46a6371e5b15d84208a
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/lesstif: Fix testing timeout value in lesstif_progress
    
    This looks like a typo, but was me testing different values of time
    interval between processing events.

diff --git a/src/hid/lesstif/main.c b/src/hid/lesstif/main.c
index f43d7d7..a4b9975 100644
--- a/src/hid/lesstif/main.c
+++ b/src/hid/lesstif/main.c
@@ -3888,7 +3888,7 @@ lesstif_progress_dialog (int sp_far, int total, const char *msg)
   return;
 }
 
-#define MIN_TIME_SEPARATION (500./1000.) /* 50ms */
+#define MIN_TIME_SEPARATION (50./1000.) /* 50ms */
 static int
 lesstif_progress (int so_far, int total, const char *message)
 {




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs