Skip to content

Commit

Permalink
[45] File or directory does not exist.
Browse files Browse the repository at this point in the history
FCpudb._inits.42
  • Loading branch information
eloaders committed Oct 22, 2016
1 parent 357f844 commit fe5373b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/CPU/FCpudb.module
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Function _inits()
'
Else If Finfosys.Label14.Text Like "*amd*A6*" Then
Logs("Use AMD A6 CPU Database", Logger.Info)
buffer = File.Load("/etc/i-nex/Database/A6.json") 'Load the database to a temporary buffer
buffer = File.Load("Database/A6.json") 'Load the database to a temporary buffer
Finfosys.Label14.Text = Replace(Finfosys.Label14.Text, "AMD", "")
'
'
Expand Down

0 comments on commit fe5373b

Please sign in to comment.