gavtroy
gavtroy
Judging by the gif, the time it works is when you click "decrypt" with the mouse. Duplicates #34.
This doesn't seem like it would work. You're changing it for `/raw/` which really should be `Plain` anyway, and the missing paste case for it is handled a few lines...
Maybe lines should just be wrapped instead? I find the horizontal scrolling is usually not what the poster intended. Text wrapping is a trivial change – f5aff9d.
And further explanation- dur is an unsigned long (64 bits) while the others are 32 bits. I had a look in history and it seems like this code only ever...
`decoded` is always larger than `samples` in this conditional code. I agree that casting should also work but this way seems more direct. `-=` is more obvious than `+=` with...
Not doubting that somehow happened, but just for reference I've never experienced it.