Alexander Eichert wrote: > When I enroll a fingerprint, the function "fp_print_data_get_data" > returns every time a bufferlength of 2414 Byte. > But when I insert this converted fingerprint in the database, there will > only be a string with max. 9 Byte (this is calculated in the > verify-program).
It is not a string. You are assuming it ends at the first NULL byte - it does not. It ends after 2414 bytes (or whatever fp_print_data_get_data returns). Daniel _______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
