mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 03:02:17 -05:00
Fix LSB filename
This commit is contained in:
parent
fba30c4cf8
commit
0e8ac8b7a1
@ -375,7 +375,7 @@ int xs_parse_distro(char *name)
|
||||
FILE *fp = NULL;
|
||||
char buffer[bsize], *pos = NULL;
|
||||
|
||||
if((fp = fopen("/etc/lsb_release", "r")) != NULL)
|
||||
if((fp = fopen("/etc/lsb-release", "r")) != NULL)
|
||||
{
|
||||
char id[bsize], codename[bsize], release[bsize];
|
||||
strcpy(id, "?");
|
||||
|
Loading…
Reference in New Issue
Block a user