From 2695752f624aa7dc3f91672c6fbeb894c22eaa47 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周六, 11 1月 2020 15:24:46 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into feature/pc_identifiers --- include/licensecc/licensecc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/licensecc/licensecc.h b/include/licensecc/licensecc.h index 84fa177..9397613 100644 --- a/include/licensecc/licensecc.h +++ b/include/licensecc/licensecc.h @@ -14,7 +14,7 @@ * Method used to convert the LicenseInfo into a human readable * representation. //not yet implemented */ -void print_error(char out_buffer[ERROR_BUFFER_SIZE], LicenseInfo* licenseInfo); +void print_error(char out_buffer[API_ERROR_BUFFER_SIZE], LicenseInfo* licenseInfo); /** * This method calculates the pc identifier. The string need to be shown to the user and given back to the software -- Gitblit v1.9.1