Hi all!
Where should I report small bugs like spelling typos or bad comments?
I haven't found answer to this question anywhere on PJSIP website or
this mailing list.
Thanks for an answer in advance!
Ondrej
On Sat, Jun 14, 2008 at 10:00 PM, Ondrej Sterbak sterbo@email.cz wrote:
Hi all!
Where should I report small bugs like spelling typos or bad comments?
I haven't found answer to this question anywhere on PJSIP website or
this mailing list.
We don't have overly advanced bug reporting system, so your best bet
would be to post it here. :)
Cheers
Benny
On Sun, Jun 15, 2008 at 00:04, Benny Prijono bennylp@pjsip.org wrote:
We don't have overly advanced bug reporting system, so your best bet
would be to post it here. :)
Cheers
Benny
And isn't that too much spaming for the conference? Wouldn't it be
better to send the bug reports directly to you or Nanang?
Just 3 bugs for the illustration (first 2 as diff, third by words):
Index: pjsip/include/pjsip/sip_uri.h
---=
--- pjsip/include/pjsip/sip_uri.h (revision 2021)
+++ pjsip/include/pjsip/sip_uri.h (working copy)
@@ -151,7 +151,7 @@
---=
--- pjsip/src/pjsua-lib/pjsua_core.c (revision 2021)
+++ pjsip/src/pjsua-lib/pjsua_core.c (working copy)
@@ -40,7 +40,7 @@
char errmsg[PJ_ERR_MSG_SIZE];
pj_strerror(status, errmsg, sizeof(errmsg));
And the third one:
In pjlib/include/pj/types.h in pj_str_t is slen's type declared as
pj_ssize_t. But in
pjlib/include/pj/string.h pj_strlen returns pj_size_t. So one is wrong.
Cheers,
Ondrej
On Mon, Jun 16, 2008 at 8:47 AM, Ondrej Sterbak sterbo@email.cz wrote:
On Sun, Jun 15, 2008 at 00:04, Benny Prijono bennylp@pjsip.org wrote:
We don't have overly advanced bug reporting system, so your best bet
would be to post it here. :)
And isn't that too much spaming for the conference? Wouldn't it be
better to send the bug reports directly to you or Nanang?
Yeah I think that makes sense, I didn't think of that.
Just 3 bugs for the illustration (first 2 as diff, third by words):
Index: pjsip/include/pjsip/sip_uri.h
---=
--- pjsip/include/pjsip/sip_uri.h (revision 2021)
+++ pjsip/include/pjsip/sip_uri.h (working copy)
@@ -151,7 +151,7 @@
---=
--- pjsip/src/pjsua-lib/pjsua_core.c (revision 2021)
+++ pjsip/src/pjsua-lib/pjsua_core.c (working copy)
@@ -40,7 +40,7 @@
char errmsg[PJ_ERR_MSG_SIZE];
pj_strerror(status, errmsg, sizeof(errmsg));
And the third one:
In pjlib/include/pj/types.h in pj_str_t is slen's type declared as
pj_ssize_t. But in
pjlib/include/pj/string.h pj_strlen returns pj_size_t. So one is wrong.
Yeah probably. Somehow I feel that ssize_t is more correct for slen,
but can't explain why. :)
Cheers
Benny
Cheers,
Ondrej
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org