lib/rdconfig.c

changeset 26
9322c619c525
parent 24
873786a20a61
child 30
9c7119ac0455
equal deleted inserted replaced
25:5e0695f6add5 26:9322c619c525
262 (*tmpm)->bus = tmpp; 262 (*tmpm)->bus = tmpp;
263 (*tmpm)->name = xstrcpy(q); 263 (*tmpm)->name = xstrcpy(q);
264 (*tmpm)->alias = xstrcpy(r); 264 (*tmpm)->alias = xstrcpy(r);
265 (*tmpm)->present = 0; 265 (*tmpm)->present = 0;
266 (*tmpm)->lastval = 0; 266 (*tmpm)->lastval = 0;
267 (*tmpm)->update = 0;
267 268
268 return 0; 269 return 0;
269 } 270 }
270 271
271 272

mercurial