changeset 906:ebe479bfcd4b

Fix typo in new code
author Sebastien Decugis <sdecugis@freediameter.net>
date Sat, 15 Dec 2012 19:06:21 +0100
parents 9bf44ee1c748
children b772af200865
files libfdproto/dictionary.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libfdproto/dictionary.c	Sat Dec 15 13:23:27 2012 +0100
+++ b/libfdproto/dictionary.c	Sat Dec 15 19:06:21 2012 +0100
@@ -992,7 +992,7 @@
 					CHECK_PARAMS( ! _what->avp_vendor.vendor_name );
 					CHECK_FCT( search_vendor( dict, VENDOR_BY_ID, &_what->avp_vendor.vendor_id, &vendor ) );
 				} else {
-					CHECK_FCT( search_vendor( dict, VENDOR_BY_NAME, &_what->avp_vendor.vendor_name, &vendor ) );
+					CHECK_FCT( search_vendor( dict, VENDOR_BY_NAME, _what->avp_vendor.vendor_name, &vendor ) );
 				}
 				
 				if (vendor == NULL) {
"Welcome to our mercurial repository"