diff options
author | David <dbphillipsnz@gmail.com> | 2013-11-30 09:14:45 +1300 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-03-27 20:32:48 +1300 |
commit | 5d944dfe9f03c9fb43271199d2ba4b8880747614 (patch) | |
tree | ab57a964538f06e86064ad45cb510673b91b8c94 /Makefile | |
parent | f5bbf7cf9bd1eff316fd5b2d2ed71abbb49a7ecd (diff) | |
download | toast-5d944dfe9f03c9fb43271199d2ba4b8880747614.tar.xz |
Bugfixes in strlen() which used to handle zero-length strings incorrectly
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ link: install: # sudo umount $(TOAST_TARGET) - sudo mount /dev/loop0p1 $(TOAST_TARGET) + sudo mount /dev/loop1p1 $(TOAST_TARGET) sudo cp kernel $(TOAST_TARGET) ls $(TOAST_TARGET) sudo umount $(TOAST_TARGET) |