remove clang warning: better check for whether name field is empty
Tá an tiomantas seo le fáil i:
tuismitheoir
c2b788ad50
tiomantas
4d7bde2773
@ -374,7 +374,7 @@ char *get_eventfile_abspath(struct inotify_event *event)
|
||||
}
|
||||
|
||||
char *result = NULL;
|
||||
if(event->name != NULL && *event->name != 0)
|
||||
if((event->len) > 0 )
|
||||
{
|
||||
if(asprintf(&result, "%s/%s", wdpath, event->name) == -1)
|
||||
{
|
||||
|
Á lódáil...
x
Tagairt in Eagrán Nua
Cuir bac ar úsáideoir