Naming of constans.
FossilOrigin-Name: 3455da25ba67bd3f92549adb29b96bd84c22c47262e57341d9c37e45eef94588
This commit is contained in:
parent
86cb31e905
commit
0f170cb7f6
@ -18,6 +18,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "lwapp.h"
|
||||
#include "cw_util.h"
|
||||
|
||||
/**
|
||||
@ -78,7 +79,7 @@ int cw_format_version(char *s, bstr_t ver, uint32_t vendor, char * def)
|
||||
}
|
||||
|
||||
if (vendor)
|
||||
rs+=sprintf(s+rs,", Vendor Id: %d, %s",vendor, cw_ianavendoridtostr(vendor));
|
||||
rs+=sprintf(s+rs,", Vendor Id: %d, %s",vendor, lw_vendor_id_to_str(vendor));
|
||||
return rs;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user