Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 710478d
Merge: f250aee 1511791
Author: PartialVolume <[email protected]>
Date:   Tue Sep 10 19:11:23 2024 +0100

    Merge pull request #602 from FreeMinded/master

    Fix typo in create_pdf.c

commit 1511791
Author: Pascal Mages <[email protected]>
Date:   Tue Sep 10 17:39:58 2024 +0200

    Update create_pdf.c

    Fix mini typo on PRNG algorithm
  • Loading branch information
Knogle committed Sep 11, 2024
1 parent 81d335f commit 25dcfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create_pdf.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ int create_pdf( nwipe_context_t* ptr )
{
if( nwipe_options.prng == &nwipe_xoroshiro256_prng )
{
snprintf( prng_type, sizeof( prng_type ), "XORshiro256" );
snprintf( prng_type, sizeof( prng_type ), "XORoshiro256" );
}
else
{
Expand Down

0 comments on commit 25dcfa1

Please sign in to comment.