Using dashes instead of underscores for client lib prefix
This commit is contained in:
parent
122cbeff15
commit
a1f65ce659
@ -92,7 +92,7 @@ guac_client* guac_get_client(int client_fd) {
|
|||||||
GUACIO* io = guac_open(client_fd);
|
GUACIO* io = guac_open(client_fd);
|
||||||
|
|
||||||
/* Pluggable client */
|
/* Pluggable client */
|
||||||
char protocol_lib[256] = "libguac_client_";
|
char protocol_lib[256] = "libguac-client-";
|
||||||
|
|
||||||
union {
|
union {
|
||||||
guac_client_init_handler* client_init;
|
guac_client_init_handler* client_init;
|
||||||
|
Loading…
Reference in New Issue
Block a user