• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/common/libva


Commit MetaInfo

Révisionf5de9becf366fb44d94702eef01064021eb8044f (tree)
l'heure2017-06-12 10:41:01
Auteurpeng.chen <peng.c.chen@inte...>
CommiterXiang, Haihao

Message de Log

Add the suffix_str back into the tracing file name

Fix #44

(cherry picked from commit bd949b77e8f0226a746b5fc2002b01a0e9ea1f2e)

Change Summary

Modification

--- a/va/va_trace.c
+++ b/va/va_trace.c
@@ -504,7 +504,7 @@ static void FILE_NAME_SUFFIX(
504504 int size = 0;
505505
506506 if (suffix_str)
507- strlen(suffix_str);
507+ size = strlen(suffix_str);
508508
509509 if(left < (size + 8 + 10))
510510 return;