projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9731854
)
Added call to wisdom_get_status
author
John Melton G0ORX
<john.d.melton@googlemail.com>
Fri, 20 Aug 2021 09:24:05 +0000
(10:24 +0100)
committer
John Melton G0ORX
<john.d.melton@googlemail.com>
Fri, 20 Aug 2021 09:24:05 +0000
(10:24 +0100)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index def2e87f5208cfc7e07a408b4dbb3386655a51d2..2024ae9f8eb364a3e64a980892cd6650736eab89 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-87,7
+87,7
@@
static GtkWidget *status;
void status_text(char *text) {
//fprintf(stderr,"splash_status: %s\n",text);
gtk_label_set_text(GTK_LABEL(status),text);
- usleep(10000);
+ usleep(10000
0
);
while (gtk_events_pending ())
gtk_main_iteration ();
}
@@
-209,7
+209,7
@@
static int init(void *data) {
while (gtk_events_pending ()) {
gtk_main_iteration ();
}
- status_text(
"Creating FFTW Wisdom file ..."
);
+ status_text(
wisdom_get_status()
);
}
g_idle_add(ext_discovery,NULL);