Displaying 2 results from an estimated 2 matches for "chetanagarw".
Did you mean:
chetanagarwal
2010 Dec 18
3
[nut-commits] svn commit r2748 - trunk
Citeren Arnaud Quette <aquette op alioth.debian.org>:
> Author: aquette
> Date: Fri Dec 17 23:32:20 2010
> New Revision: 2748
> URL: http://trac.networkupstools.org/projects/nut/changeset/2748
>
> Log:
> --with-doc=auto now behave depending on AsciiDoc presence
Instead of building whatever can be build (depending on the versions
found), you now have changed the
2010 Oct 20
0
[nut-commits] svn commit r2594 - branches/bcmxcp/drivers
Citeren Chetan Agarwal <chetanagarwal-guest op alioth.debian.org>:
> + sPartNumber[16] = 0;
This is redundant. The snprintf function will take care of properly
terminating the string with a '\0' character, you don't need to do
that yourself.
> + snprintf(sPartNumber, 16, "%s", answer + BCMXCP_CON...