1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

fixed float output

This commit is contained in:
psyc://psyced.org/~lynX 2009-06-15 15:45:02 +02:00
parent 9d10b13569
commit b22f2e8b9b

View file

@ -111,7 +111,8 @@ fetch() {
// twitter ignores since_id if count is present. stupid.
feed -> fetch("http://twitter.com/statuses/friends_timeline.json?"
// +( lastid? ("since_id="+ lastid) : "count=23"));
"count="+( lastid? ("23&since_id="+ lastid) : "23"));
"count="+( lastid? ("23&since_id="+
sprintf("%F", lastid)) : "23"));
}
create() {