[haiku-commits] Re: haiku: hrev50447 - src/apps/packageinstaller

  • From: looncraz <looncraz@xxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 23 Jul 2016 09:52:50 -0500

On 7/23/2016 09:33, waddlesplash@xxxxxxxxx wrote:

+       if (strcmp("/boot/", path))
+               fPathType = P_SYSTEM_PATH;
+

Should be
     if (strncmp("/boot/", path, 6))
        ...


Other related posts: