Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
rahra committed Nov 22, 2011
1 parent 2969524 commit cd5b741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libhpxml.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
The current version is <a href="">available here</a>.
<h2>Description</h2>
<p>
libhpxml is a high performance XML stream parser library written in C. It
libhpxml is a high performance XML stream parser library written in C with a simple API. It
is intended to parse
an XML file very speed efficient. This may be required when processing
huge XML files
Expand Down
1 change: 1 addition & 0 deletions src/libhpxml.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ hpx_ctrl_t *hpx_init(int fd, int len)
ctl->buf.buf = (char*) (ctl + 1);
ctl->len = len;
ctl->empty = 1;
ctl->fd = fd;

// init line counter
hpx_lineno_ = 1;
Expand Down

0 comments on commit cd5b741

Please sign in to comment.