Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libplist
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwn
libplist
Commits
b2ee9d8b
Commit
b2ee9d8b
authored
Aug 17, 2008
by
Jonathan Beck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge master into fixes.
parent
ae11cc81
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
AFC.c
src/AFC.c
+2
-2
plist.c
src/plist.c
+1
-1
No files found.
src/AFC.c
View file @
b2ee9d8b
src/plist.c
View file @
b2ee9d8b
...
@@ -49,7 +49,7 @@ char* format_string(const char* buf, int cols, int depth)
...
@@ -49,7 +49,7 @@ char* format_string(const char* buf, int cols, int depth)
int
i
=
0
;
int
i
=
0
;
int
j
=
0
;
int
j
=
0
;
assert
(
cols
>
0
);
assert
(
cols
>
=
0
);
assert
(
depth
>=
0
);
assert
(
depth
>=
0
);
// Inserts new lines and tabs at appropriate locations
// Inserts new lines and tabs at appropriate locations
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment