Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
10613
for
trunk/FACT++/src
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/06/11 10:10:15 (
14 years
ago)
Author:
tbretz
Message:
Fixed a missing return and a warning about a comparison operator.
File:
1 edited
trunk/FACT++/src/ftmctrl.cc
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
trunk/FACT++/src/ftmctrl.cc
¶
r10612
r10613
615
615
616
616
if (ident)
617
return
;
617
return
true
;
618
618
619
619
for (int i=0; i<160; i++)
…
…
634
634
}
635
635
636
bool SetPrescaling(uint
16
_t value)
636
bool SetPrescaling(uint
32
_t value)
637
637
{
638
638
if (value>0xffff)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive