mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-21 05:53:29 -07:00
fix compiler warning
This commit is contained in:
parent
3bfae366c3
commit
6fee48fe15
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ struct hdhomerun_sock_t {
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(_WINRT)
|
#if defined(_WINRT)
|
||||||
static const char *hdhomerun_local_ip_info_str = NULL;
|
static char *hdhomerun_local_ip_info_str = NULL;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* String format: ip address '/' subnet mask bits <space> ...
|
* String format: ip address '/' subnet mask bits <space> ...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue