]> git.ozlabs.org Git - petitboot/commitdiff
lib/system: Don't modify dir parameter to pb_rmdir_recursive
authorJeremy Kerr <jk@ozlabs.org>
Thu, 26 Sep 2013 02:32:18 +0000 (10:32 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 26 Sep 2013 07:13:20 +0000 (15:13 +0800)
We're modifying dir rather than cur (the local copy of dir), so the
caller-provided (const!) string is no longer const.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found