commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 05/10: gr-runtime: fixed incorrect type for


From: git
Subject: [Commit-gnuradio] [gnuradio] 05/10: gr-runtime: fixed incorrect type for mode_t in logger
Date: Tue, 22 Nov 2016 17:27:56 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next
in repository gnuradio.

commit ca92a38b37bf1ce1bf4a5eb9f3bc4f05a5a7e6c3
Author: gnieboer <address@hidden>
Date:   Thu Nov 17 21:20:28 2016 -0500

    gr-runtime: fixed incorrect type for mode_t in logger
---
 gnuradio-runtime/include/gnuradio/logger.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnuradio-runtime/include/gnuradio/logger.h 
b/gnuradio-runtime/include/gnuradio/logger.h
index 4299a11..69dc077 100644
--- a/gnuradio-runtime/include/gnuradio/logger.h
+++ b/gnuradio-runtime/include/gnuradio/logger.h
@@ -30,7 +30,7 @@
 */
 
 #ifdef _MSC_VER
-typedef unsigned short mode_t;
+typedef int mode_t;
 #else
 #include <sys/types.h>
 #endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]