mirror of
https://github.com/mikedilger/chorus.git
synced 2026-08-31 07:31:01 +00:00
Fix: temporary file naming
This commit is contained in:
parent
de82b10905
commit
f8d9be7c6d
@ -36,7 +36,7 @@ impl FileStore {
|
||||
|
||||
fn tmpfile(&self) -> PathBuf {
|
||||
let mut tf = self.temp.clone();
|
||||
let nonce = textnonce::TextNonce::new();
|
||||
let nonce = textnonce::TextNonce::sized_urlsafe(32).unwrap();
|
||||
tf.push(&nonce.0);
|
||||
tf
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user