Skip to content

Commit

Permalink
code は文字列
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Oct 5, 2010
1 parent b4eafc7 commit 3780957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ical2json_yapc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
start_at => $e->{DTSTART}->strftime("%H:%M"),
end_at => $e->{DTEND}->strftime("%H:%M"),
room => $room,
code => crc16($e->{SUMMARY}) || crc16($title),
code => (crc16($e->{SUMMARY}) || crc16($title))."",
%$summary,
};
$last_modified = max( $e->{DTSTAMP}, $last_modified );
Expand Down

0 comments on commit 3780957

Please sign in to comment.