Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182468
b: refs/heads/master
c: e26207a
h: refs/heads/master
v: v3
  • Loading branch information
Tom Zanussi authored and Frederic Weisbecker committed Feb 23, 2010
1 parent 3ff00d2 commit 598867b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f526d68b6ce9ba7a2bd94e663e240a022524c58a
refs/heads/master: e26207a3819684e9b4450a2d30bdd065fa92d9c7
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sub nsecs_secs {
sub nsecs_nsecs {
my ($nsecs) = @_;

return $nsecs - nsecs_secs($nsecs);
return $nsecs % $NSECS_PER_SEC;
}

sub nsecs_str {
Expand Down

0 comments on commit 598867b

Please sign in to comment.