Skip to content
This repository has been archived by the owner on Sep 9, 2018. It is now read-only.

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne3tCode committed Jul 31, 2016
1 parent b04a981 commit 2e41d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SteamItemDropIdler/SteamItemDropIdler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ int main( int argc, char* argv[] )
{
if ( steamInventory->GetItemDefinitionProperty( details[idx].m_iDefinition, "name", szItemName, &unValueBufferSize ) )
{
printf( "[%02d:%02d:%02d] NEW ITEM: \"%s\" (%llu) - %u\n", localtm->tm_hour, localtm->tm_min, localtm->tm_sec, szItemName, details[idx].m_itemId, unValueBufferSize );
printf( "[%02d:%02d:%02d] NEW ITEM: \"%s\" (%llu)\n", localtm->tm_hour, localtm->tm_min, localtm->tm_sec, szItemName, details[idx].m_itemId );
}
else
{
Expand Down

0 comments on commit 2e41d92

Please sign in to comment.