X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftv%2Ffltcalc.c;h=3230541c706bf8b3ecfabd1456179676cfb00f1a;hb=b50ba7aa16edbf7d978c182d90b2e5f08c6f6a56;hp=60e2aff03857ea826997c0a4109f62fc0c883a57;hpb=ce6161a7e42a48f7422b7babcc64d8ace18e2687;p=libfirm diff --git a/ir/tv/fltcalc.c b/ir/tv/fltcalc.c index 60e2aff03..3230541c7 100644 --- a/ir/tv/fltcalc.c +++ b/ir/tv/fltcalc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2010 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2011 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -849,7 +849,7 @@ int fc_get_buffer_length(void) return calc_buffer_size; } -void *fc_val_from_str(const char *str, unsigned int len, const ieee_descriptor_t *desc, void *result) +void *fc_val_from_str(const char *str, size_t len, const ieee_descriptor_t *desc, void *result) { char *buffer;