fix stream_property

This commit is contained in:
Vítor Santos Costa
2016-03-05 00:08:04 +00:00
parent 27b7e32036
commit 5a95c6bbc7
2 changed files with 19 additions and 18 deletions

View File

@@ -336,7 +336,7 @@ FetchAlias (int sno)
}
aliasp++;
}
return(AtomFoundVar);
return NULL;
}
/* check if arg is an alias */