Skip to content
Snippets Groups Projects
Commit 1755b053 authored by clohr's avatar clohr
Browse files

Quelques espaces en trop

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/C/trunk@1031 b32b6428-25c9-4566-ad07-03861ab6144f
parent dd659596
No related branches found
No related tags found
No related merge requests found
Showing with 143 additions and 143 deletions
No preview for this file type
......@@ -247,10 +247,10 @@ bool xAAL_read_bus(const xAAL_businfo_t *bus,
*timestamp = json_object_get_int(jtimestamp);
/* filter relevance */
if ( strcmp(*version, xAAL_VERSION) )
if ( !*version || strcmp(*version, xAAL_VERSION) )
r = false;
if ( strlen(*source) != 36 ) /* Size of an uuid */
if ( !*source || (strlen(*source) != 36) ) /* Size of an uuid */
r = false;
if ( r == false )
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment