about summary refs log tree commit diff stats
path: root/subx/apps/factorial
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-03 16:38:44 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-03 16:44:16 -0800
commit5e27c7f13e6a888484ccf144579ed2d3b676da89 (patch)
tree7763e7d04c2c0e1c374750777b0361b826401fdd /subx/apps/factorial
parent5082923e81d331c2be12d6ec0be098bbd7ecf1c2 (diff)
downloadmu-5e27c7f13e6a888484ccf144579ed2d3b676da89.tar.gz
4827
I was 'returning' a phantom value from 'write' when the underlying '_write'
returns nothing.

In general, returning counts of bytes written is not so useful for error
checking when my primitives abstract away from that. We'll come back to
error signalling later.
Diffstat (limited to 'subx/apps/factorial')
-rwxr-xr-xsubx/apps/factorialbin5371 -> 5373 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/factorial b/subx/apps/factorial
index d3a50805..7d867940 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differ