Displaying 2 results from an estimated 2 matches for "rseconds".
Did you mean:
seconds
2007 Apr 13
0
[961] branches/wxruby2/wxwidgets_282/swig: Move wxDateTime typemap into shared file, map to core Time class instead
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Apr 25
2
Re: [nut-commits] svn commit r414 - in trunk: . drivers
.../drivers/cpsups.c
> ==============================================================================
> --- trunk/drivers/cpsups.c (original)
> +++ trunk/drivers/cpsups.c Mon Apr 24 20:45:39 2006
> @@ -147,6 +147,7 @@
> char values[20][200], *pos;
> int i = 0, battremain, length, rseconds;
> double rminutes;
> + char temp1, *tmp1;
>
> while ((pollstatusmap[i].end != 0))
> {
> @@ -159,8 +160,8 @@
> /* These are used to hold status of UPS.
> * val1 = online/onbattery status
> */
> - char temp1=values[6][0];
> - char *tmp1=&temp1;
> +...