mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-09 11:54:12 +03:00
Fix compiler warning about different signedness of pointers in editcmd.c
Signed-off-by: Patrick Winnertz <winnie@debian.org>
This commit is contained in:
parent
bada6849cd
commit
2a9faab6e4
@ -14,7 +14,7 @@ struct etags_hash_struct;
|
||||
/*** structures declarations (and typedefs of structures)*****************************************/
|
||||
|
||||
struct selection {
|
||||
unsigned char *text;
|
||||
gchar *text;
|
||||
int len;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user