[sylverant] r754 committed - Fix a few minor typos and such...

1 view
Skip to first unread message

sylv...@googlecode.com

unread,
Nov 13, 2014, 10:38:32 PM11/13/14
to sylverant-...@googlegroups.com
Revision: 754
Author: blue...@gmail.com
Date: Fri Nov 14 03:38:20 2014 UTC
Log: Fix a few minor typos and such...

https://code.google.com/p/sylverant/source/detail?r=754

Modified:
/trunk/libsylverant/src/utils/prs-comp.c
/trunk/pso_tools/prstool/prstool.c

=======================================
--- /trunk/libsylverant/src/utils/prs-comp.c Sun Oct 19 00:11:57 2014 UTC
+++ /trunk/libsylverant/src/utils/prs-comp.c Fri Nov 14 03:38:20 2014 UTC
@@ -222,8 +222,7 @@

/* Ok, we have something in the hash table that matches the hash
value. That
doesn't necessarily mean we have a matching string though, of
course.
- Follow the chain to see if we do, and to find the longest one
that'll fit
- as a short search and as a long search. */
+ Follow the chain to see if we do, and find the longest match. */
while(ent) {
if((mlen = match_length(cxt, ent))) {
if(mlen > longest || mlen >= 256) {
=======================================
--- /trunk/pso_tools/prstool/prstool.c Sun Oct 19 01:19:26 2014 UTC
+++ /trunk/pso_tools/prstool/prstool.c Fri Nov 14 03:38:20 2014 UTC
@@ -195,7 +195,7 @@

/* Compress it. */
if((cmp_len = prs_compress(unc, &cmp, (size_t)unc_len)) < 0) {
- fprintf(stderr, "compress; %s\n", strerror(-cmp_len));
+ fprintf(stderr, "compress: %s\n", strerror(-cmp_len));
exit(EXIT_FAILURE);
}

Reply all
Reply to author
Forward
0 new messages