Skip to content

Commit

Permalink
64-bit compile fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Oct 3, 2012
1 parent 50d03c6 commit 9571289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/vibe/templ/diet.d
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ private struct DietCompiler {
// output defaults
}
auto blockcompiler = DietCompiler(block, files);
ret ~= blockcompiler.buildWriter(node_stack, in_string, node_stack.length);
ret ~= blockcompiler.buildWriter(node_stack, in_string, cast(int)node_stack.length);

if( block.mode == -1 ){
// output defaults
Expand Down

0 comments on commit 9571289

Please sign in to comment.