[haiku-commits] Re: haiku: hrev47165 - src/apps/haikudepot

  • From: Stephan Aßmus <superstippi@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 24 Apr 2014 23:11:43 +0200

Hi,

Am 24.04.2014 um 22:53 schrieb jessica.l.hamilton@xxxxxxxxx:
> diff --git a/src/apps/haikudepot/WebAppInterface.cpp 
> b/src/apps/haikudepot/WebAppInterface.cpp
> index f45cadc..b2c937d 100644
> --- a/src/apps/haikudepot/WebAppInterface.cpp
> +++ b/src/apps/haikudepot/WebAppInterface.cpp
> @@ -303,7 +303,7 @@ WebAppInterface::RetrievePackageInfo(const BString& 
> packageName,
>       if (statusCode == 200)
>               return B_OK;
> 
> -     printf("Response code: %ld\n", statusCode);
> +       printf("Response code: %" B_PRId32 "\n", statusCode);

Thanks! Urias notified me, but I completely forgot about it.

Best regards,
-Stephan


Other related posts: