This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
libowfat
Watch
1
Star
0
Fork
You've already forked libowfat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fixed length return
Browse Source
master
sanjiyan
24 years ago
parent
7895eb3b2a
commit
9d8f55fca3
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
buffer/buffer_feed.c
Unescape
Escape
View File
@ -10,5 +10,5 @@ int buffer_feed(buffer* b) {
b
-
>
n
=
w
;
b
-
>
n
=
w
;
b
-
>
p
=
0
;
b
-
>
p
=
0
;
}
}
return
b
-
>
n
;
return
(
b
-
>
n
-
b
-
>
p
)
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
mirror/libowfat
Title
Body
Create Issue